log

public abstract void log(Constants.LogLevel logLevel, String tag, String message)

Main logging method defining the actual logging process.

Since

2.0.0

Parameters

logLevel
tag

the context information

message

the log message


public abstract void log(Constants.LogLevel logLevel, String tag, String message, Exception ex)

Main logging method defining the actual logging process.

Since

2.0.0

Parameters

logLevel
tag

the context information

message

the log message